home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / vj2 / new_bar.swf / scripts / DefineButton2_64 / BUTTONCONDACTION on(release).as
Text File  |  2004-04-06  |  116b  |  6 lines

  1. on(release){
  2.    unloadMovie(_level10);
  3.    _global.notplaying = true;
  4.    _root._level0.scroller._alpha = 100;
  5. }
  6.